home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / blow_up.swf / scripts / DefineButton2_385 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-17  |  208b  |  10 lines

  1. on(release){
  2.    _root.SoundClickButton.start();
  3.    getURL(_root.LinkBuyNow,"_blank");
  4.    _root.WindowBuyMe1._visible = false;
  5.    if(_root.BuyNowType == 2)
  6.    {
  7.       _root.DialogMode = false;
  8.    }
  9. }
  10.